home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / jenny.dxr / 00096.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  382 b   |  21 lines

  1. on mouseDown
  2.   global soundflg
  3.   set the ink of sprite 13 to 4
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the ink of sprite 13 to 36
  9.   updateStage()
  10.   puppetSprite(11, 0)
  11.   set the movieRate of sprite 20 to 0
  12.   if the colorDepth <= 8 then
  13.     go("S08")
  14.   else
  15.     go("S16")
  16.   end if
  17.   if soundflg = 1 then
  18.     puppetSound("JENN.AIF")
  19.   end if
  20. end
  21.